home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / mac / P / PENTOMINOS / pentominos.abs < prev   
Internet Message Format  |  1993-01-07  |  790b

  1. Date: Tue, 13 Oct 1992 11:34 EDT 
  2. From: David Eck <ECK@BINAH.CC.BRANDEIS.EDU>
  3. Subject: Pentominos.hqx (pentomino-puzzle-solving application) 
  4.  
  5.  
  6. This is a little program that solves pentomino puzzles
  7. (trying to place the 12 tiles that can be made out of 5
  8. connected squares onto an 8-by-8 board).  It's not all that
  9. interesting, except that
  10.    -- it gives a nice visual picture of depth-first searching
  11. with backtracking
  12.    -- it will work on several puzzles at once and is active
  13. in the background
  14.    -- it is an example of a program written using "MacStarter_C",
  15. an application shell useful(?) for knocking off small programs
  16. in THINK C. I am posting MacStarter_C separately to info_mac.
  17.  
  18.                                      David Eck
  19.                                      eck@hws.bitnet
  20.  
  21.